-
Notifications
You must be signed in to change notification settings - Fork 931
Add useragent for service and version #6212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
.../main/java/software/amazon/awssdk/codegen/poet/client/specs/ServiceVersionUserAgentSpec.java
Outdated
Show resolved
Hide resolved
.../main/java/software/amazon/awssdk/codegen/poet/client/specs/ServiceVersionUserAgentSpec.java
Outdated
Show resolved
Hide resolved
.../software/amazon/awssdk/codegen/poet/client/specs/test-service-version-user-agent-class.java
Outdated
Show resolved
Hide resolved
.../software/amazon/awssdk/codegen/poet/client/specs/test-service-version-user-agent-class.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm out of office the rest of the day - approving so I dont block this - pending resolution of:
codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/SyncClientClass.java
Outdated
Show resolved
Hide resolved
...k-core/src/main/java/software/amazon/awssdk/core/client/builder/SdkDefaultClientBuilder.java
Outdated
Show resolved
Hide resolved
...re/src/test/java/software/amazon/awssdk/core/internal/useragent/SdkUserAgentBuilderTest.java
Show resolved
Hide resolved
codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/AsyncClientClass.java
Show resolved
Hide resolved
|
This pull request has been closed and the conversation has been locked. Comments on closed PRs are hard for our team to see. If you need more assistance, please open a new issue that references this one. |
Motivation and Context
Implements User Agent 2.1 SEP by adding service-specific API metadata to user agent strings.
Example:
Modifications
USER_AGENT
inServiceVersionInfo
to carry the service id + version.SdkUserAgentBuilder
to include API metadata in correct positionTesting